tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff in tpm_i...
authorChristophe Ricard <[email protected]>
Thu, 21 Jan 2016 22:27:12 +0000 (23:27 +0100)
committerSimon Glass <[email protected]>
Fri, 29 Jan 2016 04:01:22 +0000 (21:01 -0700)
commit1259dcd79c70f97a1606b4b06190c8fa7a1810d1
treeb276a7c8ab5b750b3d239d8248df08430faa64f2
parentca5bc1bc107c0413f96a6d79b4e95278a37c0cce
tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff in tpm_infineon.c

I2C protocol is not standardize for TPM 1.2.
TIS prococol is define by the Trusted Computing Group and potentially
available on several TPMs.

tpm_tis_infineon.h header is not generic enough.

Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific
defines/variables to tpm_tis_infineon.c

Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Christophe Ricard <[email protected]>
drivers/tpm/tpm_tis.h [new file with mode: 0644]
drivers/tpm/tpm_tis_infineon.c
drivers/tpm/tpm_tis_infineon.h [deleted file]